Nevron .NET Vision provides an extensive support for linear (1D) and matrix (2D) barcodes. They are implemented as controls, so you can easily embed them in your WinForm and WPF applications and reports. All barcode controls inherit from the NBarcode class, which contains the following functionality and settings:
- SizeMode - determines the way the barcode is sized in its slot. If set to Scale (the default) the size of the barcode is determined by its content and the value of its Scale property. If set to Fit, the barcode is drawn with such scale so that it fits the bounds of the control (i.e. the Scale property is not taken into account).
- Scale - determines the scale of the barcode. This property is valid only when the SizeMode is set to Scale. In this case the scale determines the size of a discrete barcode unit, for example in the case of a linear barcode the Scale determines the width of a vertical line.
- Text - specifies the text that the barcode should encode.
- BackgroundFill - determines the background fill style of the barcode.
- TextFill - specifies the foreground fill style of the barcode.